Beschreibung
Typ
Restriction of xs:decimal
Diagramm
Overview
Quelle
<xs:element name="AmountOfCondition" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">Betrag der Kondition </xs:documentation>
<xs:documentation xml:lang="en">Amount value of the condition </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|
Siehe auch